Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[issue #54] Fixed auth compatibility with EKS serviceAccount roles #57

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

josemlp91
Copy link
Contributor

In EKS environments, each container on a single host can have its own credentials.
Authentication is supported via a mechanism of 'serviceAccounts' (a kubernetes term).

boto3.Session().get_credentials().method returns assume-role-with-web-identity which is another form of iam role based credentials.

Current implementation only allows iam-role, assume-role but not assume-role-with-web-identity.

@jegesh jegesh merged commit b911a44 into jegesh:master Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants